home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-10-09 | 1.0 KB | 30 lines | [TEXT/CWIE] |
- // ===========================================================================
- // CTridentuptimeView.h ©1993 Metrowerks Inc. All rights reserved.
- // ===========================================================================
- #pragma once
-
- #include "CTridentView.h"
-
-
- // ================================ B ========================================
-
- class CTridentuptimeView : public CTridentView {
-
- public:
- static CTridentuptimeView* CreateTridentViewStreamB(LStream *inStream);
- CTridentuptimeView();
- CTridentuptimeView(LStream *inStream);
- Boolean DoSomethingWillYa( CommandT inCommand, void *ioParam);
- ~CTridentuptimeView();
- void SendInterval(long seconds);
- virtual void FindCommandStatus(CommandT inCommand,
- Boolean &outEnabled,
- Boolean &outUsesMark,
- Char16 &outMark,
- Str255 outName);
- void HandleAppleEvent( const AppleEvent &inAppleEvent,
- AppleEvent &outAEReply,
- AEDesc &outResult,
- long inAENumber) ;
- short fInterval;
- };